vendor/golang.org/x/net/http2/hpack.Decoder.dynTab (field)
12 uses
vendor/golang.org/x/net/http2/hpack (current package)
hpack.go#L80: dynTab dynamicTable
hpack.go#L108: d.dynTab.table.init()
hpack.go#L109: d.dynTab.allowedMaxSize = maxDynamicTableSize
hpack.go#L110: d.dynTab.setMaxSize(maxDynamicTableSize)
hpack.go#L150: d.dynTab.setMaxSize(v)
hpack.go#L157: d.dynTab.allowedMaxSize = v
hpack.go#L193: return d.dynTab.table.len() + staticTable.len()
hpack.go#L210: dt := d.dynTab.table
hpack.go#L393: d.dynTab.add(hf)
hpack.go#L415: if !d.firstField && d.dynTab.size > 0 {
hpack.go#L424: if size > uint64(d.dynTab.allowedMaxSize) {
hpack.go#L427: d.dynTab.setMaxSize(uint32(size))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |